home *** CD-ROM | disk | FTP | other *** search
- package com.extensibility.esc;
-
- import com.extensibility.app.BaseAction;
- import com.extensibility.app.DialogFactory;
- import com.extensibility.app.UI;
- import java.awt.event.ActionEvent;
-
- class ESCWindow$17 extends BaseAction {
- // $FF: synthetic field
- final ESCWindow this$0;
-
- public void actionOccurred(ActionEvent var1) {
- if (ESCWindow.access$7000271(this.this$0)) {
- ESCDocument var2 = (ESCDocument)this.this$0.getDocument();
- String[] var3 = ESCWindow.access$7000571(this.this$0);
- if (var3 != null && var3.length > 0) {
- this.this$0.doReady(false);
- this.this$0.wpValidator.reset();
- this.this$0.wpValidator.setRange(0, var2.getFileCount(false, var3));
- this.this$0.wpValidator.show();
- ESCWindow.18 var4 = new ESCWindow.18(var2, var3, this);
- ((Thread)var4).start();
- } else {
- DialogFactory.stop(this.this$0, UI.getString("esc.escwindow.tree.nofileselected"));
- }
-
- }
- }
-
- ESCWindow$17(ESCWindow var1, String var2, char var3) {
- super(var2, var3);
- this.this$0 = var1;
- }
- }
-